home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
mings_dr.swf
/
scripts
/
DefineButton2_48
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2008-11-12
|
501b
|
28 lines
on(release){
this.stopDrag();
cont = this.dist();
if(cont)
{
this._x = tx;
this._y = ty;
this.swapDepths(11);
if(_root.wing != this._name)
{
if(_root.wing != "")
{
_root[_root.wing].out();
_root[_root.wing].z_sort();
}
}
_root.wing = this._name;
}
else
{
if(_root.wing == this._name)
{
_root.wing = "";
}
this.z_sort();
}
}